home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / pict18.dxr / 00043.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  819 b   |  29 lines

  1. on mouseDown
  2.   global qtframelist, movieprepos, scastname
  3.   repeat while the stillDown
  4.     if rollOver(clickOn()) then
  5.       if the memberNum of sprite 24 = (getAt(qtframelist, movieprepos + 1) - 1) then
  6.         set the member of sprite 24 to member getAt(qtframelist, movieprepos) of castLib scastname
  7.         updateStage()
  8.         repeat with i = 1 to 750
  9.         end repeat
  10.         rightcursorchange()
  11.         repeat with i = 1 to 750
  12.         end repeat
  13.         rightcursorchange()
  14.       else
  15.         set the memberNum of sprite 24 to the memberNum of sprite 24 + 1
  16.         updateStage()
  17.         repeat with i = 1 to 750
  18.         end repeat
  19.         rightcursorchange()
  20.         repeat with i = 1 to 750
  21.         end repeat
  22.         rightcursorchange()
  23.       end if
  24.       next repeat
  25.     end if
  26.     exit
  27.   end repeat
  28. end
  29.